Skip to content

feat: v1.1.0 — deep researches, smart contract patterns, brand design guide#19

Merged
kasparkallas merged 8 commits intomainfrom
release/v1.1.0
Mar 24, 2026
Merged

feat: v1.1.0 — deep researches, smart contract patterns, brand design guide#19
kasparkallas merged 8 commits intomainfrom
release/v1.1.0

Conversation

@kasparkallas
Copy link
Collaborator

@kasparkallas kasparkallas commented Mar 23, 2026

Summary

Deep Researches (3 new)

  • Semantic Money yellowpaper — formal foundations: BasicParticle formula, index abstraction, agreement framework, FRP connection, conservation of value, Haskell spec walkthrough
  • GDA scalability — how GDA achieves O(1) streaming to unlimited receivers: PDPoolIndex, operation walkthroughs, rounding model with align2, settle-on-write, connected vs disconnected members
  • TOREX — streaming DEX mechanics: TWAP observer, discount model (shifted reciprocal), back adjustments, Twin TOREX netting, liquidity mover implementations

Smart Contract Patterns Guide (new)

  • 6 sections: GDA pool patterns, Super App callbacks, custom SuperTokens, proxy/factory, automation/operator, stream-based access control
  • Distilled from 8 production/example repos (Banger, SuperBoring, VestingSchedulerV3, etc.)
  • Key correction: decreaseMemberUnits fails from uint128 underflow, not GDA rounding

Brand Design Guide (new)

  • Color palette (26 colors across 6 categories), typography (GT Walsheim Pro + Open Sans alternative), design characteristics
  • Scoped to Superfluid team products — not imposed on all UI work
  • External resource links (Media Kit, Figma Brand Assets) and app references

Eval Cases (10 new)

  • 2 correctness cases for deep research routing (BasicParticle RTB, GDA O(1))
  • 3 TOREX cases (discount model, back adjustments, Twin TOREX)
  • 7 smart contract patterns cases (gotchas, correctness, codegen, routing)

Cross-Cutting

  • SKILL.md — keywords (semantic money, yellowpaper, whitepaper), new "Formal specification and protocol theory" section, GDA gotchas in Common Gotchas, routing for all new content including brand & design
  • ABI corrections — GDA no-app-credit note on distributeFlow, decreaseMemberUnits corrected to uint128 underflow
  • Guide updates — Formal Foundations in architecture.md, "App Credit Is CFA-Only" in super-apps.md, cross-ref in superboring.md
  • Version bump 1.0.0 → 1.1.0 (plugin.json, marketplace.json, SKILL.md, landing page)
  • Vault — T042–T047 created and resolved; roadmap updated; research PDFs added to resources

Test plan

  • node evals/runners/skill-eval-runner.mjs --tag deep-research — both cases pass at 100%
  • Verify skill triggers on queries like "how does GDA scale?", "what is BasicParticle?", "how does TOREX work?"
  • Verify version badge shows v1.1.0 on landing page
  • Verify smart contract patterns eval cases: node evals/runners/skill-eval-runner.mjs --file smart-contract-patterns

🤖 Generated with Claude Code

… v1.1.0 (T042, T043)

Add two deep researches to the skill:
- semantic-money-yellowpaper.md: formal foundations (BasicParticle, index
  abstraction, agreement framework, FRP, conservation of value)
- gda-scalability.md: how GDA achieves O(1) streaming to unlimited
  receivers (PDPoolIndex, rounding model, settle-on-write)

Also adds SKILL.md cross-references and keywords, architecture.md formal
foundations section, 2 correctness eval cases, vault tickets, roadmap
update, and version bump from 1.0.0 to 1.1.0.

Co-Authored-By: Claude Opus 4.6 (1M context) <[email protected]>
@vercel
Copy link

vercel bot commented Mar 23, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
skills Ready Ready Preview, Comment Mar 24, 2026 3:08pm

Request Review

- New torex.md deep research (311 lines) covering TOREX protocol mechanics:
  TWAP observer, LME flow, discount model, back adjustments, controller
  hooks, MEV properties, Twin TOREX, and liquidity mover implementations
- New torex.cases.json with 3 eval cases (discount model, back adjustments,
  Twin TOREX concept)
- Cross-references between torex.md and superboring.md
- SKILL.md pointer under ecosystem deep-dives
- T044 ticket created and resolved

Co-Authored-By: Claude Opus 4.6 (1M context) <[email protected]>
…tions (T045, T046)

New guide distilled from 8 production/example repos covering GDA pool
patterns, Super App callbacks, custom SuperTokens, proxy architectures,
automation/public operator pattern, and stream-based access control.

Key corrections: GDA has no app credit (documented in 4 places), and
decreaseMemberUnits does NOT fail from rounding (units stored as plain
uint128). Added 7 eval cases with iterative refinement over 3 runs.

Co-Authored-By: Claude Opus 4.6 (1M context) <[email protected]>
@kasparkallas kasparkallas changed the title feat: add semantic money and GDA scalability deep researches (v1.1.0) feat: v1.1.0 — deep researches, smart contract patterns guide, and eval cases Mar 24, 2026
Eval fixes (6 cases):
- torex-back-adjustments: rewrite ambiguous prompt to disambiguate from
  CFA deposit — explicitly mentions LMEs and additional instant transfer
- codegen-vanilla-flowing-balance: relax BigInt criterion to accept
  sub-second Number interpolation for display smoothing
- correct-error-prefix-routing: add "which contract" to prompt so
  contract-mapping criterion is motivated by the question
- correct-basic-particle-rtb-formula: remove proactive yellowpaper
  citation criterion — shouldn't expect unsolicited references
- correct-forwarder-addresses: remove Host-varies criterion and internal
  script reference from golden facts
- correct-automation-public-operator: accept both Forwarder-level and
  CFA-level operator functions as valid answers

Skill routing improvements (4 changes):
- SKILL.md: add "back charge/refund between LMEs" to TOREX routing entry
- SKILL.md: add "App credit is CFA-only" note in Super Apps section
- super-apps.md: add See Also cross-reference to smart-contract-patterns.md
- smart-contract-patterns.md: add See Also cross-references to
  super-apps.md and gda-scalability.md

Result: 36/36 eval cases pass at 100% (was 28/36).

Co-Authored-By: Claude Opus 4.6 (1M context) <[email protected]>
@kasparkallas kasparkallas changed the title feat: v1.1.0 — deep researches, smart contract patterns guide, and eval cases feat: v1.1.0 — deep researches, smart contract patterns, brand design guide Mar 24, 2026
Co-Authored-By: Claude Opus 4.6 (1M context) <[email protected]>
@kasparkallas kasparkallas merged commit 2854d41 into main Mar 24, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant